home *** CD-ROM | disk | FTP | other *** search
/ BigMax 1 / BigMax nº 1 [bd].iso / DEMOS / TERRA / TERRA.EXE / NORTE.DXR / 00459.ls < prev    next >
Encoding:
Text File  |  1996-06-16  |  754 b   |  26 lines

  1. on mouseUp
  2.   set the castNum of sprite 12 to cast "SLIDE1"
  3.   updateStage()
  4.   set the castNum of sprite 12 to cast "SLIDE2"
  5.   updateStage()
  6.   set the castNum of sprite 12 to cast "SLIDE3"
  7.   updateStage()
  8.   set the castNum of sprite 12 to cast "SLIDE4"
  9.   updateStage()
  10.   set the castNum of sprite 12 to cast "SLIDE5"
  11.   updateStage()
  12.   set the castNum of sprite 12 to cast "SLIDE6"
  13.   updateStage()
  14.   set the castNum of sprite 12 to cast "SLIDE7"
  15.   updateStage()
  16.   set the castNum of sprite 12 to cast "SLIDE8"
  17.   updateStage()
  18.   set the castNum of sprite 12 to cast "SLIDE9"
  19.   updateStage()
  20.   set the castNum of sprite 12 to cast "SLIDE10"
  21.   updateStage()
  22.   set the puppet of sprite 15 to 0
  23.   set the puppet of sprite 48 to 0
  24.   play frame "ORANGE SLIDE"
  25. end
  26.